3.577 \(\int \frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)} \, dx\)

Optimal. Leaf size=26 \[ \text {Int}\left (\frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)},x\right ) \]

[Out]

Unintegrable(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Tan[c + d*x]^m/(a + b*Sin[c + d*x]^n),x]

[Out]

Defer[Int][Tan[c + d*x]^m/(a + b*Sin[c + d*x]^n), x]

Rubi steps

\begin {align*} \int \frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)} \, dx &=\int \frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 2.45, size = 0, normalized size = 0.00 \[ \int \frac {\tan ^m(c+d x)}{a+b \sin ^n(c+d x)} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Tan[c + d*x]^m/(a + b*Sin[c + d*x]^n),x]

[Out]

Integrate[Tan[c + d*x]^m/(a + b*Sin[c + d*x]^n), x]

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\tan \left (d x + c\right )^{m}}{b \sin \left (d x + c\right )^{n} + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x, algorithm="fricas")

[Out]

integral(tan(d*x + c)^m/(b*sin(d*x + c)^n + a), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tan \left (d x + c\right )^{m}}{b \sin \left (d x + c\right )^{n} + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x, algorithm="giac")

[Out]

integrate(tan(d*x + c)^m/(b*sin(d*x + c)^n + a), x)

________________________________________________________________________________________

maple [A]  time = 1.57, size = 0, normalized size = 0.00 \[ \int \frac {\tan ^{m}\left (d x +c \right )}{a +b \left (\sin ^{n}\left (d x +c \right )\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x)

[Out]

int(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tan \left (d x + c\right )^{m}}{b \sin \left (d x + c\right )^{n} + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)^m/(a+b*sin(d*x+c)^n),x, algorithm="maxima")

[Out]

integrate(tan(d*x + c)^m/(b*sin(d*x + c)^n + a), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {{\mathrm {tan}\left (c+d\,x\right )}^m}{a+b\,{\sin \left (c+d\,x\right )}^n} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(c + d*x)^m/(a + b*sin(c + d*x)^n),x)

[Out]

int(tan(c + d*x)^m/(a + b*sin(c + d*x)^n), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tan ^{m}{\left (c + d x \right )}}{a + b \sin ^{n}{\left (c + d x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)**m/(a+b*sin(d*x+c)**n),x)

[Out]

Integral(tan(c + d*x)**m/(a + b*sin(c + d*x)**n), x)

________________________________________________________________________________________